Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1NumericBox<TNumeric> Class / OnValueChanged Property

In This Topic
    OnValueChanged Property (C1NumericBox<TNumeric>)
    In This Topic
    Gets or sets the callback that is called when the value is changed.
    Syntax
    'Declaration
     
    
    Public Property OnValueChanged As EventHandler(Of C1NumericBoxEventArgs)
    public EventHandler<C1NumericBoxEventArgs> OnValueChanged {get; set;}
    See Also